Skip to content

Commit

Permalink
Update lts version (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston authored Feb 24, 2023
1 parent 322668b commit 9dea378
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -28,10 +28,10 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18

0 comments on commit 9dea378

Please sign in to comment.