Skip to content

Commit

Permalink
Merge pull request #34 from pozetroninc/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
neil-pozetroninc authored May 5, 2024
2 parents c60316d + 6b6e675 commit 5295ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ncc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install npm and package
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ outputs:
description:
description: 'Latest release description body'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 5295ee9

Please sign in to comment.