Skip to content

Commit ada29af

Browse files
committed
v2.2.1
1 parent 99ff4d8 commit ada29af

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
concurrency: ${{ github.workflow }}-${{ github.ref }}
1313

1414
env:
15-
NODE_VERSION: 20.4.0
15+
NODE_VERSION: 20.18.0
1616

1717
jobs:
1818
release:
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install dependencies
4444
run: yarn install --frozen-lockfile
4545

46+
- name: Update npm to latest
47+
run: npm install -g npm@latest
48+
4649
- name: Determine NPM tag
4750
id: determine-tag
4851
run: |
@@ -62,5 +65,4 @@ jobs:
6265
- name: Publish to NPM
6366
run: npm publish --provenance --tag ${{ env.NPM_TAG }}
6467
env:
65-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
66-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
NPM_TOKEN: '' # Empty string forces OIDC

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/flash-list",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"keywords": [
55
"react-native",
66
"recyclerview",

0 commit comments

Comments
 (0)