File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments