Skip to content

Commit

Permalink
Merge pull request #20 from mikehardy/mikehardy-patch-1
Browse files Browse the repository at this point in the history
fix: use node 20 in place of 16
  • Loading branch information
al-cheb authored Feb 2, 2024
2 parents 86589fd + 850626f commit a3b6ebd
Show file tree
Hide file tree
Showing 7 changed files with 26,490 additions and 200 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: configure-pagefile-action
uses: ./
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: configure-pagefile-action
uses: ./
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4

- name: Set Node.JS
uses: actions/setup-node@master
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20

- name: npm install
run: npm install
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ inputs:
required: false
default: 'D:'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'cpu'
color: 'purple'
color: 'purple'
Loading

0 comments on commit a3b6ebd

Please sign in to comment.