Skip to content

Commit e4663cb

Browse files
committed
upgrade to node 16
1 parent aefd4d7 commit e4663cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99

10-
- name: Use Node.js 22.11.0
10+
- name: Use Node.js 16
1111
uses: actions/[email protected]
1212
with:
13-
node-version: 22.11.0
13+
node-version: 16
1414
registry-url: https://npm.pkg.github.com/
1515
- run: npm ci
1616
- name: Code Linting

0 commit comments

Comments
 (0)