Skip to content

Commit

Permalink
chore(repo): remove node v12, add node v18 to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed May 2, 2022
1 parent 173b410 commit 556837f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: ['16', '14', '12']
node: ['18', '16', '14']

name: Node v${{ matrix.node }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Checkout Master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: ['16', '14', '12']
node: ['18', '16', '14']

name: Node v${{ matrix.node }}

Expand Down

0 comments on commit 556837f

Please sign in to comment.