Skip to content

Commit

Permalink
Update to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Sep 12, 2023
1 parent 1b1b09b commit b39f13b
Show file tree
Hide file tree
Showing 4 changed files with 3,377 additions and 2,077 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 15.x
node-version: 18.x
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ inputs:
description: 'Create alert/failure annotations on the given file, even if unchanged. The specified filepath can be relative to the repo root'
required: false
runs:
using: 'node12'
using: 'node18'
main: 'dist/index.js'
Loading

0 comments on commit b39f13b

Please sign in to comment.