Skip to content

Commit 6b4ec6c

Browse files
authored
fix(tests): update Node.js version to 22.x in workflow (#100)
1 parent 2332d33 commit 6b4ec6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v1
9-
- name: Setup Environment (Using NodeJS 16.x)
9+
- name: Setup Environment (Using NodeJS 22.x)
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 16.x
12+
node-version: 22.x
1313

1414
- name: Install dependencies
1515
run: npm install

0 commit comments

Comments
 (0)