We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bf0e7 commit 441ab31Copy full SHA for 441ab31
1 file changed
.github/workflows/run-unit-tests.yaml
@@ -12,10 +12,10 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- run: echo -e "\n//npm.pkg.github.com/:_authToken=${{ secrets.PACKAGES_PAT_GITHUB }}" >> ./.npmrc
15
- - name: Use Node.js 20
+ - name: Use Node.js 22
16
uses: actions/setup-node@v4
17
with:
18
- node-version: '20.x'
+ node-version: '22.x'
19
cache: 'npm'
20
- run: npm ci
21
- run: npm test
0 commit comments