Skip to content

Commit

Permalink
test: update node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed Aug 2, 2024
1 parent febc1f3 commit 34e1fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: ci
run: |
npm install
Expand Down

0 comments on commit 34e1fbc

Please sign in to comment.