Skip to content

Commit

Permalink
build: upgrade github actions to node 18 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnson-truework committed Sep 12, 2023
1 parent deadfe3 commit 19f3841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Installing dependencies
run: npm ci
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Installing dependencies
run: npm ci
- name: Lint
Expand Down

0 comments on commit 19f3841

Please sign in to comment.