Upgrade to Node 16
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
4
.github/workflows/_check.yml
vendored
4
.github/workflows/_check.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
||||
id: files
|
||||
with:
|
||||
files: sites/**/*.channels.xml
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-node@v3
|
||||
if: ${{ !env.ACT && steps.files.outputs.any_changed == 'true' }}
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
- name: validate
|
||||
if: steps.files.outputs.any_changed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user