We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b060764 commit 0a03187Copy full SHA for 0a03187
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v6
16
- uses: actions/setup-node@v6
17
with:
18
- node-version: 22
+ node-version: 24
19
- run: sudo apt-get install -y git-crypt
20
- run: npm ci
21
- run: npm run build
@@ -114,7 +114,7 @@ jobs:
114
fi
115
116
117
118
119
- name: Verify tag matches package.json version
120
if: startsWith(github.ref, 'refs/tags/v')
0 commit comments