Skip to content

Commit

Permalink
Merge pull request #22 from onshape/sgile-bel-193379-githubwarnings
Browse files Browse the repository at this point in the history
update actions; remove warnings
  • Loading branch information
sgile-onshape authored Jan 24, 2023
2 parents 248cc2b + 89d310d commit 4adad38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Node v12
uses: actions/setup-node@v1
uses: actions/setup-node@v3.5.1
with:
node-version: 12
- run: npm run test
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.5.1
with:
node-version: 12
- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 4adad38

Please sign in to comment.