Skip to content

Commit 60ce572

Browse files
authored
Update main.yml
1 parent cbed553 commit 60ce572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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
21+
runs-on: macos-latest
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup NodeJS
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: "20"
31+
node-version: "22"
3232

3333
- name: Cache Node.js modules
3434
uses: actions/cache@v3

0 commit comments

Comments
 (0)