File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-node@v4
13+ - uses : actions/setup-node@v6
1414 - uses : bahmutov/npm-install@v1
1515 with :
1616 useLockFile : false
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : actions/setup-node@v4
17+ - uses : actions/setup-node@v6
1818 - name : " Update Buf Script"
1919 id : buf-update
2020 uses : authzed/actions/buf-api-update@main
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v5
15- - uses : actions/setup-node@v4
15+ - uses : actions/setup-node@v6
1616 with :
1717 cache-dependency-path : ./package.json
1818 cache : " yarn"
2929 # NOTE: the flag is necessary because otherwise `npm version <version>` attempts to
3030 # cut a git tag with that version, which fails because the git user isn't configured.
3131 - run : " npm version ${VERSION} --no-git-tag-version"
32- - uses : JS-DevTools/npm-publish@v3
32+ - uses : JS-DevTools/npm-publish@v4
3333 with :
3434 token : ${{ secrets.NPM_TOKEN }}
3535 tag : ${{ steps.get_version.outputs.version }}
4040 runs-on : ubuntu-latest
4141 steps :
4242 - uses : actions/checkout@v5
43- - uses : actions/setup-node@v4
43+ - uses : actions/setup-node@v6
4444 with :
4545 node-version : 18
4646 cache-dependency-path : ./package.json
6565 # cut a git tag with that version, which fails because the git user isn't configured.
6666 - run : " npm version ${VERSION} --no-git-tag-version"
6767 working-directory : ./js-dist
68- - uses : JS-DevTools/npm-publish@v3
68+ - uses : JS-DevTools/npm-publish@v4
6969 with :
7070 token : ${{ secrets.NPM_TOKEN }}
7171 tag : ${{ steps.get_version.outputs.version }}
Original file line number Diff line number Diff line change 3838 - uses : " authzed/action-spicedb@v1"
3939 with :
4040 version : " latest"
41- - uses : actions/setup-node@v4
41+ - uses : actions/setup-node@v6
4242 with :
4343 node-version : ${{ matrix.node-version }}
4444 cache-dependency-path : ./package.json
6666 - uses : " authzed/action-spicedb@v1"
6767 with :
6868 version : " latest"
69- - uses : actions/setup-node@v4
69+ - uses : actions/setup-node@v6
7070 with :
7171 node-version : ${{ matrix.node-version }}
7272 cache-dependency-path : ./package.json
8484 - name : Run tests
8585 run : CI=true yarn only-run-tests
8686 working-directory : ./js-dist
87- - uses : actions/upload-artifact@v4
87+ - uses : actions/upload-artifact@v5
8888 with :
8989 name : js-client-${{ matrix.node-version }}
9090 path : |
You can’t perform that action at this time.
0 commit comments