mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Use Node 16 (#1221)
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
parent
fb46b8ed73
commit
43bb4e6697
@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages'
|
||||
description: 'This action will handle the deployment process of your project to GitHub Pages.'
|
||||
author: 'James Ives <iam@jamesiv.es>'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'lib/main.js'
|
||||
branding:
|
||||
icon: 'git-commit'
|
||||
|
Loading…
Reference in New Issue
Block a user