Skip to content

Commit

Permalink
upgrading nodejs image
Browse files Browse the repository at this point in the history
  • Loading branch information
waggledans committed Jun 24, 2024
1 parent 98f61ec commit 0d9dac2
Show file tree
Hide file tree
Showing 4 changed files with 8,101 additions and 13,538 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ jobs:
runs-on: ubuntu-latest
name: Action Test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22

- name: "npm version"
run: npm version

- name: "Install Dependencies"
run: npm install

- name: "Check debug log"
run: cat /home/runner/.npm/_logs/2024-06-24*-debug-0.log

- name: "Build the package"
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ inputs:
required: false
default: '10'
runs:
using: 'node16'
using: 'node20'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
Loading

0 comments on commit 0d9dac2

Please sign in to comment.