Skip to content

Commit

Permalink
Bump actions/setup-node and actions/checkout to v3 - see #2 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Nov 29, 2022
1 parent c4ef8d8 commit 5bd0a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -29,10 +29,10 @@ runs:
using: "composite"
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ inputs.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 5bd0a5f

Please sign in to comment.