Skip to content

Commit

Permalink
Merge pull request #86 from neonidian/dependencies/upgrade-to-node-20
Browse files Browse the repository at this point in the history
#85: Upgrade to node runtime v20
  • Loading branch information
neonidian authored Feb 19, 2024
2 parents 44ea64e + 1f40459 commit b914387
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set Node.js 16.x
- name: Set Node.js
uses: actions/setup-node@v4

with:
node-version: '16'
node-version: '20'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
# For environment variables see - https://github.com/neonidian/teams-notify-build-status#environment-variables

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down

0 comments on commit b914387

Please sign in to comment.