Skip to content

Commit 20f935e

Browse files
committed
upgrade to node 16
1 parent 20a61b1 commit 20f935e

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 14
10+
- name: Use Node.js 16
1111
uses: actions/[email protected]
1212
with:
13-
node-version: 14
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)