Skip to content

Commit

Permalink
update node version for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hieult1393 committed Aug 3, 2023
1 parent 3a57fd8 commit bf893a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
go-version: ^1.20
id: go

- name: Set up Nodejs 14
- name: Set up Nodejs 16
uses: actions/setup-node@v2
with:
node-version: ^14.15
node-version: 16.20.1
id: node

- name: Check out code
Expand Down

0 comments on commit bf893a8

Please sign in to comment.