Skip to content

Commit bd2a738

Browse files
authored
Update main.yml
1 parent a37d385 commit bd2a738

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
# This workflow contains a single job called "build"
1919
test:
2020
# The type of runner that the job will run on
21-
runs-on: macOS-11
21+
runs-on: macOS-12
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727

28-
- name: Setup NodeJS 16
29-
uses: actions/setup-node@v1
28+
- name: Setup NodeJS
29+
uses: actions/setup-node@v3
3030
with:
31-
node-version: "16"
31+
node-version: "20"
3232

3333
- name: Cache Node.js modules
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
with:
3636
# npm cache files are stored in `~/.npm` on Linux/macOS
3737
path: ~/.npm

0 commit comments

Comments
 (0)