File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v6
1010 - name : Setup
11- uses : actions/setup-node@v2
11+ uses : actions/setup-node@v6
1212 with :
13- node-version : ' 18 .x'
14- - uses : actions/cache@v2
13+ node-version : ' 24 .x'
14+ - uses : actions/cache@v5
1515 id : yarn-cache
1616 with :
1717 path : node_modules
3333 POSTGRES_USER : postgres
3434 services :
3535 postgres :
36- image : postgres:10.8
36+ image : postgres:18.4
3737 env :
3838 POSTGRES_USER : postgres
3939 POSTGRES_PASSWORD : postgres
@@ -44,12 +44,12 @@ jobs:
4444 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v2
47+ uses : actions/checkout@v6
4848 - name : Setup
49- uses : actions/setup-node@v2
49+ uses : actions/setup-node@v6
5050 with :
51- node-version : ' 18 .x'
52- - uses : actions/cache@v2
51+ node-version : ' 24 .x'
52+ - uses : actions/cache@v5
5353 id : yarn-cache
5454 with :
5555 path : node_modules
@@ -65,19 +65,19 @@ jobs:
6565 run : yarn run migrate
6666 - name : Test
6767 run : yarn test
68-
68+
6969 publish :
7070 name : Publish
7171 needs : test
7272 runs-on : ubuntu-latest
7373 steps :
7474 - name : Checkout
75- uses : actions/checkout@v2
75+ uses : actions/checkout@v6
7676 - name : Setup
77- uses : actions/setup-node@v2
77+ uses : actions/setup-node@v6
7878 with :
79- node-version : ' 18 .x'
80- - uses : actions/cache@v2
79+ node-version : ' 24 .x'
80+ - uses : actions/cache@v5
8181 id : yarn-cache
8282 with :
8383 path : node_modules
9494 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
9595 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9696 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
97- run : yarn release
97+ run : yarn release
You can’t perform that action at this time.
0 commit comments