Skip to content

Commit

Permalink
Uses NodeJS 18 LTS for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Sep 4, 2023
1 parent 6aff33a commit b71dc09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: ^1.20
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- uses: actions/checkout@v2
- name: Setup Task
run: curl -sL https://taskfile.dev/install.sh | sh
Expand All @@ -39,7 +39,7 @@ jobs:
go-version: ^1.20
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- uses: actions/checkout@v2
- name: Setup Task
run: curl -sL https://taskfile.dev/install.sh | sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- run: yarn
working-directory: resources
- run: yarn lint
Expand Down

0 comments on commit b71dc09

Please sign in to comment.