Skip to content

Commit eda50d2

Browse files
committed
Fix CI
1 parent cfe62e5 commit eda50d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- uses: actions/checkout@v2
149149
- uses: actions/setup-node@v2.1.3
150150
with:
151-
node-version: '15'
151+
node-version: '16'
152152
- uses: bahmutov/npm-install@v1
153153
- run: |
154154
yarn build

0 commit comments

Comments
 (0)