Skip to content

Commit

Permalink
Upgrade GitHub action to node v16 (#100)
Browse files Browse the repository at this point in the history
* upgrade github action to node v16

* upgrade github action to node v16
  • Loading branch information
LiorRabin authored Jun 19, 2023
1 parent 3c90922 commit 37f1a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
#- run: npm ci
#- run: npm tests

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "16.x"
- run: npm install
- run: npm run compile-types
- run: npm run test
Expand Down

0 comments on commit 37f1a43

Please sign in to comment.