Skip to content

Commit

Permalink
Update task node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Chebotov committed Oct 28, 2022
1 parent 8a12eb9 commit 86589fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
default-parameters:
strategy:
matrix:
os: [ windows-2016, windows-2019 ]
os: [ windows-2019, windows-2022 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: configure-pagefile-action
uses: ./
Expand All @@ -28,13 +28,13 @@ jobs:
custom-parameters:
strategy:
matrix:
os: [ windows-2016, windows-2019 ]
os: [ windows-2019, windows-2022 ]
disk-root: [ "C:", "D:" ]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: configure-pagefile-action
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set Node.JS
uses: actions/setup-node@master
with:
node-version: 12.x
node-version: 16.x

- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
required: false
default: 'D:'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'cpu'
Expand Down

0 comments on commit 86589fd

Please sign in to comment.