Update test-snap-can-build.yml

This commit is contained in:
kz6fittycent 2024-03-13 10:50:29 -05:00 committed by GitHub
parent 2aa2c90f41
commit adaea59a2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,4 @@
name: 🧪 Test snap can be built on x86_64
on:
push:
branches: [ main ]
@ -20,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2