Skip to content

Commit

Permalink
Update node version targets in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
levibuzolic committed Oct 23, 2022
1 parent 523c89b commit 92727c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
- run: yarn install
- run: yarn test

Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn install
Expand All @@ -41,7 +41,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 14
# node-version: 18
# registry-url: https://npm.pkg.github.com/
# scope: '@levibuzolic'
# - run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14]
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 92727c0

Please sign in to comment.