Skip to content

Commit

Permalink
chore: upgrade to node16 (#166)
Browse files Browse the repository at this point in the history
* deps: vulnerable dependencies have been updated

* chore: upgrade runtime version to node16

* ci: specify node version
  • Loading branch information
mr-linch authored Feb 23, 2023
1 parent 9dee3ad commit 518fd9e
Show file tree
Hide file tree
Showing 7 changed files with 12,761 additions and 5,952 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16.x

- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci

- run: npm test

test-actions-delete-latest-n:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ inputs:


runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 518fd9e

Please sign in to comment.