Skip to content

Commit

Permalink
chore: bump node16 to node20 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Feb 14, 2024
1 parent cdc09a3 commit 4eb285e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -31,8 +31,7 @@ jobs:

- uses: peaceiris/workflows/setup-node@v0.19.1
with:
node-version: "18"
# node-version-file: ".nvmrc"
node-version-file: ".nvmrc"

- name: Dump version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.20.2
20.11.0
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -2,7 +2,7 @@ name: 'GitHub Pages action'
description: 'GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.'
author: 'peaceiris'
runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'
branding:
icon: 'upload-cloud'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,8 +4,8 @@
"description": "GitHub Actions for GitHub Pages",
"main": "lib/index.js",
"engines": {
"node": ">=v16.19.0",
"npm": ">=8.0.0"
"node": ">=v20.11.0",
"npm": ">=10.2.4"
},
"scripts": {
"postinstall": "npx husky install",
Expand Down

0 comments on commit 4eb285e

Please sign in to comment.