Skip to content

Commit

Permalink
Update Node:20 and packages (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
juri-t authored Nov 6, 2023
1 parent df7e080 commit 32455dd
Show file tree
Hide file tree
Showing 8 changed files with 30,462 additions and 6,157 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- run: yarn install
- name: Check lib
run: |
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
main: lib/index.js
lib/index.js: src/index.ts src/deploy.ts package.json yarn.lock
yarn ncc build src/index.ts -o lib
test:
docker run \
-v `pwd`:/src \
-w /src \
-t node:12.13 \
yarn test
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ inputs:
description: "Github Token to create deployment on the repository. Required by --create-deployment. Use secrets.GITHUB_TOKEN."
required: false
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'
Loading

0 comments on commit 32455dd

Please sign in to comment.