We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3bbe8 commit 20b82a6Copy full SHA for 20b82a6
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ env:
4
CI: true
5
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
6
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
7
- DEPLOY_NODE_VERSION: 18.x
+ DEPLOY_NODE_VERSION: 21.x
8
jobs:
9
build-and-test:
10
name: Build and Test
0 commit comments